1. Go to "drdcMiro/src" and edit Makefile.am by adding your project directory 2. Create and edit Makefile.am from your project directory accordingly -> set up source files -> set up libraries 3. Edit configure.ac from "drdcMiro" main directory -> add the path to the Makefile (src/projectname/Makefile) to the AC_CONFIG_FILES sector 4. Run "./bootstrap" in "drdcMiro" main directory -> Makefile.in is created from Makefile.am 5. Run "./configure --disable-IEEE1394" in "drdcMiro" main directory -> Makefile and .deps are created 6. Run "make" in your project's directory